home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / bindery / lanmastr / readme.lm < prev   
Text File  |  1996-07-10  |  3KB  |  63 lines

  1.                        LAN Master - Readme file
  2.  
  3.      ------------------------------------------------------------
  4.  
  5.      LAN Master is a command processor that searches the NetWare 
  6.      Bindery to find user records and then processes a series of
  7.      commands based on the user record found and the optional 
  8.      keyboard response.
  9.  
  10.      A sample COMMAND.DAT is located in the distribution ZIP 
  11.      file.  This sample command file assumes that you have an 
  12.      application named ABC that resides on S:\ABC.  It also 
  13.      assumes that in a directory named S:\ABC\USRFILES are some 
  14.      "private" files that must exist for each user.  These could 
  15.      be user configuration files.  The first command in the 
  16.      COMMAND.DAT file assigns ROS rights to users for the S:\ABC 
  17.      directory.  The second command creates a subdirectory in 
  18.      each user's directory named ABC.  Then the third line copies 
  19.      the private configuration files to a user directory that is 
  20.      F:\USER\userid\ABC, where userid is replaced by the actual 
  21.      User-ID for each person.
  22.  
  23.      COMMAND.DAT must reside in the current directory when you 
  24.      execute the program, and may be no more than 10 lines in 
  25.      length.  To be safe with inserts, keep the length of the 
  26.      lines to around 100 characters.  The command lines may 
  27.      contain two variables: %USERID% and %HEXID%.  The "current" 
  28.      bindery record's username and hex-ID fields will be 
  29.      substituted into the command line.
  30.  
  31.      The process will scan the bindery looking for user (type 1) 
  32.      records.  As a user record is found, the username will be 
  33.      displayed, and the "Process?" prompt will be displayed.  If 
  34.      you answer "Y", the command set will be executed for that 
  35.      user, while "N" (or any other response) will skip that user.
  36.  
  37.      The entire 10-line command set is read at the start of the 
  38.      program, so the command lines can change directories or 
  39.      drives, and generally move around the system at will.  
  40.      Unless you redirect the output of each line to a file or 
  41.      nul, the responses will display on the screen.
  42.  
  43.      If you do not want the "Process?" prompt and do want to 
  44.      process ALL user records, start the program as follows:
  45.  
  46.      LANMAST N
  47.  
  48.   É30É3 
  49.      ------------------------------------------------------------
  50.  
  51.      This program is distrubuted as ShareWare.  If you decide to 
  52.      use it, please send $10 to the following address:
  53.  
  54.      Campbell's Software, Inc.
  55.      10831 West Broad Street
  56.      Glen Allen, VA 23060   USA
  57.  
  58.      Any suggestions for future releases are also welcome.  
  59.  
  60.      ------------------------------------------------------------
  61.  
  62.      LANMaster Copyright 1991 by Campbell's Software, Inc.
  63.